reflect.rtype.Kind (method, view implemented interface methods)
24 uses
reflect (current package)
map_swiss.go#L23: if t.Kind() != Map {
type.go#L583: k := t.Kind()
type.go#L594: func (t *rtype) Kind() Kind { return Kind(t.t.Kind()) }
type.go#L605: if t.Kind() == Interface {
type.go#L613: if t.Kind() == Interface {
type.go#L647: if t.Kind() == Interface {
type.go#L717: if t.Kind() != Chan {
type.go#L741: if t.Kind() != Struct {
type.go#L749: if t.Kind() != Struct {
type.go#L757: if t.Kind() != Struct {
type.go#L765: if t.Kind() != Struct {
type.go#L773: if t.Kind() != Array {
type.go#L781: if t.Kind() != Struct {
type.go#L789: if t.Kind() != Func {
type.go#L797: if t.Kind() != Func {
type.go#L805: if t.Kind() != Func {
type.go#L813: if t.Kind() != Func {
type.go#L821: if t.Kind() != Func {
type.go#L829: k := t.Kind()
type.go#L840: k := t.Kind()
type.go#L851: k := t.Kind()
type.go#L862: k := t.Kind()
type.go#L873: switch t.Kind() {
type.go#L901: switch t.Kind() {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)